SixBit API Schema
Supplier_ListType Complex Type
Description
An API call to retrieve a list of suppliers.
Namespace (none)
Diagram
Supplier_ListType Complex Type
Overview
Supplier_ListType
An API call to retrieve a list of suppliers.
mapfilepath optional xs:string
The full name and path to a SixBit mapfile.
outputfilepath optional xs:string
The full name and path to a file to place the resulting output.
supplierid optional xs:string
The unique supplier id.
acctnumber optional xs:string
The suppliers account number.
isconsignor optional xs:boolean
This flag indicates the supplier is a consignor.
modifiedattrGroup
Attributes to specify a range of dates an object was modified.
pagingattrGroup
Attributes to provide paging capabilities.
Used By
Supplier_List Element
Attributes
NameTypeUseDefaultFixedDescription
mapfilepathxs:stringoptional  The full name and path to a SixBit mapfile.
outputfilepathxs:stringoptional  The full name and path to a file to place the resulting output.
supplieridxs:stringoptional  The unique supplier id.
acctnumberxs:stringoptional  The suppliers account number.
isconsignorxs:booleanoptionalfalse This flag indicates the supplier is a consignor.
Source
<xs:complexType name="Supplier_ListType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>An API call to retrieve a list of suppliers.</xs:documentation>
  </xs:annotation>
  <xs:attribute name="mapfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a SixBit mapfile.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="outputfilepath" type="xs:string">
    <xs:annotation>
      <xs:documentation>The full name and path to a file to place the resulting output.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="supplierid" type="xs:string">
    <xs:annotation>
      <xs:documentation>The unique supplier id.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="acctnumber" type="xs:string">
    <xs:annotation>
      <xs:documentation>The suppliers account number.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="isconsignor" type="xs:boolean" default="false">
    <xs:annotation>
      <xs:documentation>This flag indicates the supplier is a consignor.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attributeGroup ref="modifiedattrGroup" />
  <xs:attributeGroup ref="pagingattrGroup" />
</xs:complexType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.